Matthieu Gallien [Wed, 19 Mar 2025 13:11:58 +0000 (14:11 +0100)]
Merge pull request #8051 from nextcloud/backport/8050/stable-3.16
[stable-3.16] Bugfix/highlight too bright appimage
Matthieu Gallien [Wed, 19 Mar 2025 12:31:00 +0000 (13:31 +0100)]
try to force the highlight to not be too bright
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Wed, 19 Mar 2025 13:10:39 +0000 (14:10 +0100)]
Merge pull request #8049 from nextcloud/backport/8045/stable-3.16
[stable-3.16] explicitly set colours for header items
Jyrki Gadinger [Wed, 19 Mar 2025 10:25:09 +0000 (11:25 +0100)]
align status icon display with e.g. Talk more
- status icons have now a white background/border
- "Invisible"/"Offline" icons are now hidden
- UserModel.status property is now available in QML too when needed
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
Jyrki Gadinger [Wed, 19 Mar 2025 10:24:39 +0000 (11:24 +0100)]
use colour from `Style` instead of palette for icons
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
Jyrki Gadinger [Wed, 19 Mar 2025 09:31:47 +0000 (10:31 +0100)]
explicitly set colours for header items
the _Universal_ theme notably sets [`icon.color` on `Button`s][0] and
also the [`color` on `Label`s][1], ignoring what's set through the
`palette` property ...
[0]: https://github.com/qt/qtdeclarative/blob/
215619d71b69be02348e12dc2dfea087c3ec2abb/src/quickcontrols/universal/Button.qml#L23
[1]: https://github.com/qt/qtdeclarative/blob/
215619d71b69be02348e12dc2dfea087c3ec2abb/src/quickcontrols/universal/Label.qml#L12
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
Matthieu Gallien [Wed, 19 Mar 2025 11:44:31 +0000 (12:44 +0100)]
override French translations to fix a display issue
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Nextcloud bot [Wed, 19 Mar 2025 03:05:13 +0000 (03:05 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Tue, 18 Mar 2025 11:58:03 +0000 (12:58 +0100)]
prepare for release 3.16.2
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Tue, 18 Mar 2025 11:34:39 +0000 (12:34 +0100)]
Merge pull request #8042 from nextcloud/backport/8041/stable-3.16
[stable-3.16] Bugfix/input pin title too wide
Matthieu Gallien [Tue, 18 Mar 2025 10:43:25 +0000 (11:43 +0100)]
French title for input dialog for PIN is too wide
the whole title is not readable
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Tue, 18 Mar 2025 08:08:33 +0000 (09:08 +0100)]
Merge pull request #8037 from nextcloud/backport/8033/stable-3.16
[stable-3.16] gui: fix dark mode change on Windows 10 with universal style
Jyrki Gadinger [Mon, 17 Mar 2025 14:35:49 +0000 (15:35 +0100)]
gui: fix dark mode change on Windows 10 with universal style
The _Universal_ QML style has a theme that uses the colour scheme from
the system. This can be set by either configuring
`qtquickcontrols2.conf` or setting the environment variable
`QT_QUICK_CONTROLS_UNIVERSAL_THEME=System`.
Unfortunately, due to [QTBUG-128825], setting the theme in the
configuration file/environment variable results in the dark/light mode
setting only be set during startup, not during runtime. Not ideal, but
still better than not having a broken dark mode theme at all.
Fixes #7991
[QTBUG-128825]: https://bugreports.qt.io/browse/QTBUG-128825
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
Matthieu Gallien [Fri, 14 Mar 2025 15:38:57 +0000 (16:38 +0100)]
Merge pull request #8028 from nextcloud/backport/8027/stable-3.16
[stable-3.16] gui/macOS: Avoid UB in edge cases where there is no matching accountstate for a domain
Claudio Cambra [Fri, 14 Mar 2025 13:10:18 +0000 (21:10 +0800)]
gui/macOS: Avoid UB in edge cases where there is no matching account state for a domain
Do not assume existence of an account for a given domain identifier --
users can modify the config in unexpected ways
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Matthieu Gallien [Fri, 14 Mar 2025 10:49:14 +0000 (11:49 +0100)]
Merge pull request #8025 from nextcloud/backport/8016/stable-3.16
[stable-3.16] remove gcc and clang build checks
Matthieu Gallien [Thu, 13 Mar 2025 11:29:17 +0000 (12:29 +0100)]
remove gcc and clang build checks
they are redondant apart from the end-to-end tests
those end-to-end tests were never reliable and regularly fail removing
the usefulness of running them
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Fri, 14 Mar 2025 10:35:27 +0000 (11:35 +0100)]
Merge pull request #7986 from nextcloud/backport/7930/stable-3.16
[stable-3.16] make version.cmake more readable
Rello [Wed, 26 Feb 2025 12:53:46 +0000 (13:53 +0100)]
make version.cmake more readable
* all changeable variables are now at the beginning
* double definitions cleaned
Signed-off-by: Rello <Rello@users.noreply.github.com>
Nextcloud bot [Fri, 14 Mar 2025 03:09:27 +0000 (03:09 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Thu, 13 Mar 2025 13:43:45 +0000 (14:43 +0100)]
prepare for 3.16.1 release
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Thu, 13 Mar 2025 11:35:37 +0000 (12:35 +0100)]
Merge pull request #8017 from nextcloud/backport/8012/stable-3.16
[stable-3.16] ensure user receiving an encrypted share maintain proper state
Matthieu Gallien [Thu, 13 Mar 2025 10:36:10 +0000 (11:36 +0100)]
ensure user receiving an encrypted share maintain proper state
will make sure the client internal database keeps proper encryption
information
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Thu, 13 Mar 2025 11:34:56 +0000 (12:34 +0100)]
Merge pull request #8014 from nextcloud/backport/8009/stable-3.16
[stable-3.16] gui/macOS: Do not log account detail-related messages that were not sent on dead file provider socket
Claudio Cambra [Thu, 13 Mar 2025 03:57:35 +0000 (11:57 +0800)]
gui/macOS: Do not log account detail-related messages that were not sent on dead file provider socket
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Matthieu Gallien [Thu, 13 Mar 2025 11:33:56 +0000 (12:33 +0100)]
Merge pull request #8015 from nextcloud/backport/7988/stable-3.16
[stable-3.16] Fix build when BUILD_WEBENGINE=OFF
Sandro Knauß [Sun, 9 Mar 2025 00:08:57 +0000 (01:08 +0100)]
Fix build without WebEngine=OFF.
Signed-off-by: Sandro Knauß <hefee@debian.org>
Matthieu Gallien [Thu, 13 Mar 2025 11:24:36 +0000 (12:24 +0100)]
Merge pull request #8002 from nextcloud/backport/7933/stable-3.16
[stable-3.16] Add option to disable virtual files syncing on Windows.
Camila Ayres [Wed, 26 Feb 2025 15:55:26 +0000 (16:55 +0100)]
Add option to disable virtual files syncing on Windows.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Matthieu Gallien [Thu, 13 Mar 2025 11:09:17 +0000 (12:09 +0100)]
Merge pull request #8013 from nextcloud/backport/7971/stable-3.16
[stable-3.16] display reshares in sharing dialog
Jyrki Gadinger [Wed, 5 Mar 2025 11:06:53 +0000 (12:06 +0100)]
display reshares in sharing dialog
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
Matthieu Gallien [Thu, 13 Mar 2025 10:55:09 +0000 (11:55 +0100)]
Merge pull request #8011 from nextcloud/backport/7992/stable-3.16
[stable-3.16] gui/tray: Hide resume all menu item when no local sync folders are configured
Claudio Cambra [Tue, 11 Mar 2025 08:06:26 +0000 (16:06 +0800)]
gui/tray: Hide resume sync for all/pause sync for all menu item if there are no configured sync folders
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Tue, 11 Mar 2025 07:31:46 +0000 (15:31 +0800)]
gui: Expose if there are any configured sync folders in systray class to QML
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Matthieu Gallien [Thu, 13 Mar 2025 10:29:32 +0000 (11:29 +0100)]
Merge pull request #8006 from nextcloud/bugfix/backport-7875
[stable-3.16] gui/wizard: Integrate macOS VFS (File Provider) configuration into account wizard
Claudio Cambra [Tue, 18 Feb 2025 07:44:55 +0000 (15:44 +0800)]
gui/wizard: Display macOS-specific VFS information where relevant in advanced setup page
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Tue, 18 Feb 2025 04:07:58 +0000 (12:07 +0800)]
gui/wizard: Add orientation message for macOS VFS users using virtual files
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Tue, 18 Feb 2025 04:04:02 +0000 (12:04 +0800)]
gui/wizard: When selecting VFS sync with macOS File Provider, do not set up local folder unexpectedly
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Tue, 18 Feb 2025 03:29:45 +0000 (11:29 +0800)]
gui/wizard: Correctly handle vfs enablement state on account config finish when using macOS File Provider module
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Tue, 18 Feb 2025 03:29:17 +0000 (11:29 +0800)]
gui/wizard: Do not check vfs path availability with macOS File Provider module
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Tue, 18 Feb 2025 03:28:50 +0000 (11:28 +0800)]
gui/wizard: Present virtual files checkbox if using macOS File Provider module
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Tue, 18 Feb 2025 03:26:53 +0000 (11:26 +0800)]
gui/wizard: When asking about virtual files, do not notify user if using macOS File Provider module
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Tue, 18 Feb 2025 03:26:03 +0000 (11:26 +0800)]
gui/macOS: Do not automatically configure file provider domains for new accounts
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Nextcloud bot [Thu, 13 Mar 2025 03:07:04 +0000 (03:07 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Claudio Cambra [Thu, 13 Mar 2025 02:16:28 +0000 (10:16 +0800)]
Merge pull request #8008 from nextcloud/backport/7997/stable-3.16
[stable-3.16] Fix version detection by the Ubuntu/Debian build script
István Váradi [Tue, 11 Mar 2025 15:09:05 +0000 (16:09 +0100)]
Fix version detection by the Ubuntu/Debian build script
Signed-off-by: István Váradi <ivaradi@varadiistvan.hu>
Matthieu Gallien [Wed, 12 Mar 2025 14:13:06 +0000 (15:13 +0100)]
Merge pull request #8001 from nextcloud/backport/7977/stable-3.16
[stable-3.16] Bugfix/do not warn about invalid files in not synced folders
Matthieu Gallien [Thu, 6 Mar 2025 15:24:13 +0000 (16:24 +0100)]
avoid showing warnings for excluded files to not confuse users
if a file name is invalid, the files will be ignored
if a file is excluded because of selective sync, the file will be
ignored
if a file is ignored for those both reasons, avoid showing a very
visible warning to the user
will limit too many warnings and notifications being shown
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Thu, 6 Mar 2025 13:48:46 +0000 (14:48 +0100)]
ensure invalid file names are reported for files that are not ignored
we currently notify invalid file names for files that the sync engine
will not upload because they are ignored for other reasons (selective
sync for example)
let's first check if the file is ignored and only if the file would be
uploaded, we can check the file name validity
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Wed, 12 Mar 2025 13:30:47 +0000 (14:30 +0100)]
Merge pull request #8003 from nextcloud/backport/7987/stable-3.16
[stable-3.16] use our own Craft cache for macOS builds
Jyrki Gadinger [Fri, 7 Mar 2025 13:00:29 +0000 (14:00 +0100)]
use our own Craft cache for macOS builds
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
Matthieu Gallien [Tue, 11 Mar 2025 10:56:50 +0000 (11:56 +0100)]
Merge pull request #7993 from nextcloud/backport/7989/stable-3.16
[stable-3.16] fix setups that use basic auth
Jyrki Gadinger [Mon, 10 Mar 2025 09:19:14 +0000 (10:19 +0100)]
fix setups that use basic auth
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
Nextcloud bot [Tue, 11 Mar 2025 03:03:47 +0000 (03:03 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 8 Mar 2025 02:59:51 +0000 (02:59 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Fri, 7 Mar 2025 10:29:49 +0000 (11:29 +0100)]
Merge pull request #7985 from nextcloud/backport/7983/stable-3.16
[stable-3.16] remove unused capture of this in one lambda
Matthieu Gallien [Fri, 7 Mar 2025 08:23:33 +0000 (09:23 +0100)]
remove unused capture of this in one lambda
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Nextcloud bot [Fri, 7 Mar 2025 03:01:11 +0000 (03:01 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Thu, 6 Mar 2025 09:00:02 +0000 (10:00 +0100)]
prepare 3.16.0 final release
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien [Thu, 6 Mar 2025 08:38:31 +0000 (09:38 +0100)]
Merge pull request #7976 from nextcloud/backport/7974/stable-3.16
[stable-3.16] always set a user if we got asked for one
Jyrki Gadinger [Thu, 6 Mar 2025 08:19:00 +0000 (09:19 +0100)]
always set a user if we got asked for one
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
Matthieu Gallien [Thu, 6 Mar 2025 08:34:06 +0000 (09:34 +0100)]
Merge pull request #7975 from nextcloud/backport/7973/stable-3.16
[stable-3.16] make use of the new `x-nc-skip-trashbin` header
Jyrki Gadinger [Thu, 6 Mar 2025 08:17:40 +0000 (09:17 +0100)]
make use of the new `x-nc-skip-trashbin` header
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
Matthieu Gallien [Thu, 6 Mar 2025 08:13:36 +0000 (09:13 +0100)]
Merge pull request #7972 from nextcloud/backport/7959/stable-3.16
[stable-3.16] gui/macOS: Fix emitted signal in file provider sync status GUI component
Claudio Cambra [Mon, 3 Mar 2025 18:35:41 +0000 (02:35 +0800)]
gui/macOS: Fix emitted signal in file provider sync status GUI component
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Matthieu Gallien [Thu, 6 Mar 2025 08:10:25 +0000 (09:10 +0100)]
Merge pull request #7968 from nextcloud/backport/7964/stable-3.16
[stable-3.16] Remove aditional text when error occurs.
Camila Ayres [Tue, 4 Mar 2025 13:41:53 +0000 (14:41 +0100)]
Remove aditional text when error occurs.
Additional text was not user friendly since Sparkle throws an error when no new update is available.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Nextcloud bot [Thu, 6 Mar 2025 03:02:28 +0000 (03:02 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Wed, 5 Mar 2025 03:01:56 +0000 (03:01 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Matthieu Gallien [Tue, 4 Mar 2025 10:16:32 +0000 (11:16 +0100)]
Merge pull request #7963 from nextcloud/backport/7961/stable-3.16
[stable-3.16] Revert "gui: do not allow MainWindow to be resized"
Jyrki Gadinger [Tue, 4 Mar 2025 10:07:53 +0000 (11:07 +0100)]
Revert "gui: do not allow MainWindow to be resized"
This reverts commit
0963856a941e85881cc82b254585fc76bf5b3aa0.
turns out it's fine on Sonoma, whereas it breaks on Sequoia (the window
now gets stuck below the menubar) -- maybe I'll open up a QTBUG later if
I can reproduce this with a minimal example
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
Nextcloud bot [Tue, 4 Mar 2025 03:03:45 +0000 (03:03 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Camila Ayres [Mon, 3 Mar 2025 18:33:27 +0000 (19:33 +0100)]
Bump version to release 3.16.0-rc4.
Signed-off-by: Camila Ayres <hello@camilasan.com>
Camila Ayres [Mon, 3 Mar 2025 18:16:12 +0000 (19:16 +0100)]
Merge pull request #7957 from nextcloud/backport/7956/stable-3.16
[stable-3.16] gui: do not allow MainWindow to be resized
Jyrki Gadinger [Mon, 3 Mar 2025 16:53:56 +0000 (17:53 +0100)]
gui: do not allow MainWindow to be resized
previously macOS let you resize the activity window, resulting in
strange visual artifacts...
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
Matthieu Gallien [Mon, 3 Mar 2025 16:21:30 +0000 (17:21 +0100)]
Merge pull request #7955 from nextcloud/backport/7937/stable-3.16
[stable-3.16] gui/tray: Fix some tray view papercuts
Claudio Cambra [Thu, 27 Feb 2025 09:32:53 +0000 (17:32 +0800)]
gui/tray: Make bottom buttons in user status selector smaller
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Thu, 27 Feb 2025 09:22:31 +0000 (17:22 +0800)]
gui/tray: Do not add custom styling to status message text field in user status
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Thu, 27 Feb 2025 08:21:50 +0000 (16:21 +0800)]
gui/tray: Add hacky workaround to avoid icon and text for menu items in tray header being too close
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Thu, 27 Feb 2025 07:34:27 +0000 (15:34 +0800)]
gui/tray: Let menu handle sizing of child menu items in tray window header
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Thu, 27 Feb 2025 07:05:18 +0000 (15:05 +0800)]
gui/tray: Use standard native buttons for bottom buttons in user status selector page
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Matthieu Gallien [Mon, 3 Mar 2025 16:15:16 +0000 (17:15 +0100)]
Merge pull request #7954 from nextcloud/backport/7950/stable-3.16
[stable-3.16] update AppImage builds to Qt 6.8.2
Jyrki Gadinger [Mon, 3 Mar 2025 15:14:35 +0000 (16:14 +0100)]
update AppImage builds to Qt 6.8.2
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
Matthieu Gallien [Mon, 3 Mar 2025 16:12:32 +0000 (17:12 +0100)]
Merge pull request #7953 from nextcloud/backport/7928/stable-3.16
[stable-3.16] gui/macOS: Remove "advanced settings" section for macOS VFS settings
Claudio Cambra [Wed, 26 Feb 2025 02:46:48 +0000 (10:46 +0800)]
gui/macOS: Use attached tooltip properties rather than creating a new tooltip in request sync button
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 26 Feb 2025 02:33:06 +0000 (10:33 +0800)]
gui/macOS: Add tooltip explaining the "request sync" action in the File Provider settings
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 26 Feb 2025 02:15:54 +0000 (10:15 +0800)]
gui/macOS: Reimplement sync button more subtly within the sync status component
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Claudio Cambra [Wed, 26 Feb 2025 02:15:27 +0000 (10:15 +0800)]
gui/macOS: Remove "Advanced" settings from File Provider settings
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Matthieu Gallien [Mon, 3 Mar 2025 16:07:50 +0000 (17:07 +0100)]
Merge pull request #7952 from nextcloud/backport/7949/stable-3.16
[stable-3.16] when deleting a remote locked file, provide needed lock headers
Matthieu Gallien [Mon, 3 Mar 2025 14:24:21 +0000 (15:24 +0100)]
when deleting a remote locked file, provide needed lock headers
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Camila Ayres [Mon, 3 Mar 2025 15:36:37 +0000 (16:36 +0100)]
Merge pull request #7948 from nextcloud/backport/7942/stable-3.16
[stable-3.16] gui/tray: Remove unused thumbnailjob class
Claudio Cambra [Fri, 28 Feb 2025 07:57:26 +0000 (15:57 +0800)]
gui/tray: Remove unused thumbnailjob class
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Camila Ayres [Mon, 3 Mar 2025 13:01:20 +0000 (14:01 +0100)]
Merge pull request #7947 from nextcloud/backport/7943/stable-3.16
[stable-3.16] gui/tray: Do not generate JPEG images in async image response for macOS
Claudio Cambra [Fri, 28 Feb 2025 08:26:08 +0000 (16:26 +0800)]
gui/tray: Do not generate JPEG images in async image response for macOS
We are seeing libjpeg related crashes in our packaged version for macOS.
Until we are able to resolve this in the packaging, do not generate
JPEG-based images
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Nextcloud bot [Mon, 3 Mar 2025 03:02:14 +0000 (03:02 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 2 Mar 2025 03:01:31 +0000 (03:01 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 1 Mar 2025 03:25:06 +0000 (03:25 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Claudio Cambra [Fri, 28 Feb 2025 16:50:51 +0000 (00:50 +0800)]
Merge pull request #7944 from nextcloud/backport/7941/stable-3.16
[stable-3.16] Added hiding remotePollInterval selector in settings if notify push available
Pablo Ariño Muñoz [Fri, 28 Feb 2025 08:55:54 +0000 (09:55 +0100)]
carried out suggested improvements
Signed-off-by: Pablo Ariño Muñoz <progpabarino@gmail.com>
Pablo Ariño Muñoz [Thu, 27 Feb 2025 17:42:39 +0000 (18:42 +0100)]
Changed properties to designer file and hiding interval selector when notify push is available
Signed-off-by: Pablo Ariño Muñoz <progpabarino@gmail.com>